@charset 'utf-8';
/*全局通用样式 start*/
/*全站变灰 哀悼样式start*/
/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter:grayscale(100%);}*/
/*全站变灰  哀悼样式end*/
/* 私有样式 start */
.banner-1000 img{
    width: 1000px;
}

/* news_bar start */
.news_bar{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0px 0 0 0;
    background: #f2f2f2;
    border-left: 4px solid #e50213;
}
.news_bar span{
    position: absolute;
    bottom: 0;
    color: #e50123;
}
.news_bar span a{
    color: #666;
}
.news_bar .news_bar_left{
    left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.news_bar .news_bar_right{
    right: 6px;
}
/* news_bar start */

/* news_list_box start */
.newsList_box{
    height: 110px;
    margin:20px 0 0 12px;
    padding: 0;
    border-bottom: 1px dotted #f8c0cd;
    overflow: hidden;
}
.newsList_box>div{
    display: block;
}
.newsList_box .pic{
    overflow: hidden;
    float: left;
    width: 140px;
    height: 90px;
    margin-right:15px;
}
.newsList_box .pic img{
    max-width: 140px;
    max-height: 90px;
    transition: all 0.8s;
}
.newsList_box .pic:hover img{
    transform: scale(1.2,1.2);
}
.newsList_box .main{
    float: left;
    width: 190px;
    margin: 7px 0 0 0;
}
.newsList_box .main .info_title h3 a{
    display: block;
    line-height: 25px;
    /*font-weight: bold;*/
    white-space: pre-wrap;
    color: #333;
}
.newsList_box .main .info_title p{
    overflow: hidden;
    height: 100px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: wrap;
    padding: 0 0 2px 0;
    word-wrap: break-word;
    color: #6d6f6e;
}
/* news_list_box end */

/* info_content start */
.info_content li{
    width: 380px;
    float: left;
    margin: 0 0 0 20px;
}
.info_content li:first-child{
    margin: 0;
}
.info_content .title{
    position: relative;
    height: 38px;
    line-height: 38px;
    margin: 0 0 15px 0;
}
.info_content .title span{
    position: absolute;
    display: block;
}
.info_content .title span:first-child{
    width: 4px;
    height: 38px;
    left: 0;
    background: #e50213;
}
.info_content .title span:last-child{
    width: 366px;
    height: 38px;
    right: 0;
    background: #f2f2f2;
    padding-left:10px;
    font-size: 16px;
}
.info_content .title a{
    position: absolute;
    right: 6px;
    color: #666;
    font-size: 14px;
}
/* item start */
.info_content .item{
    position: relative;
}
.info_content .item .pos{
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 203px;
    margin: 0 auto
}
.info_content .item .pos a{
    position: absolute;
    display: block;
    width: 350px;
    overflow: hidden;
}
.info_content .item .pos a img{
    transition: all 0.8s;
}
.info_content .item .pos a:hover img{
    transform: scale(1.2,1.2);
}
.info_content .item .pos>div a:first-child{
    height: 175px;
}
.info_content .item .pos>div a:last-child{
    width: 350px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    background: #f2f2f2;
    padding: 0 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 99;
    bottom: 0px;
}
.info_content .item .pos a img{
    max-width: 350px;
    max-height: 175px;
}
/* item start */

/* fk start */
.fk{
    position: absolute;
    width: 80px;
    height: 36px;
    right: 0;
    bottom: 0px;
    z-index: 999;
}
.fk>div{
    float: left;
    width: 15px;
    height: 15px;
    background: #909090;
    margin: 10.5px 0 0 10px;
}
.fk .col{
    background: #e50123;
}
/* fk end */

/* info_content end */

/* 私有样式 end */
/* header start */
header.head{
    position: relative;
    line-height: 40px;
    background: rgba(241, 241, 241, 1);
}
header.head>span{
    float: left;
}
header.head span:hover{
    color: #e50123;
    cursor: pointer;
    text-decoration: underline;
}
header.head span:hover a{
    color: #e50113;
}
header.head ul{
    float: right;
}
header.head ul li{
    position: relative;
    width: 58px;
    float: left;
    margin: 0 3px 0 3px;
    vertical-align: middle;
    white-space: nowrap;
}
header.head ul li span{
    position: absolute;
}
header.head ul li i{
    padding: 0 6px 0 0;
    font-size: 22px;
}
header.head ul li .layui-icon-login-wechat{
    color: #759834;
}
header.head ul li .layui-icon-login-weibo{
    color: #d4201f;
}
header.head ul li .layui-icon-website{
    color: #0170a7;
}
header.head ul li:hover div{
    display: block;
}
header.head ul li div{
    display: none;
    position: absolute;
    width: 90px;
    height: 90px;
    left: -10px;
    top: 40px;
    z-index: 99;
}
header.head ul li div .triangle_border_up{
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 39px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: rgba(241, 241, 241, 1) rgba(241, 241, 241, 1) white;
    background: white;
}
/* header end */

/* logos start */
.logo_box{
    height: 107px;
    padding: 0 0 15px 0;
}
.logo_box ul li{
    float: left;
    margin: 0 25px 0 0;
}
.logo_box ul li:nth-child(1){
    width: 180px;
    padding: 30px 0 0 0;
}
.logo_box ul li:nth-child(2){
    width: 700px;
    margin-top:17px;
    overflow: hidden;
}
.logo_box ul li:nth-child(2) img{
    height:90px;
}
.logo_box ul li:nth-child(3){
    width: 160px;
    margin-top: 32px;
}
.logo_box ul li:nth-child(3) span{
    color: #585858;
    line-height:30px;
    font-size: 18px;
}
/* logos end */

/* nav start */
nav.nav{
    height: 75px;
    background: #0484bf;
    padding: 15px 5px 15px 0;
    border-top: 4px solid #e50112;
}
nav.nav a{
    display: inline-block;
    color: #ced8e1;
    line-height: 25px;
    white-space: nowrap;
    text-align: left;
    font-size: 16px;
}
nav.nav .container .width-46{
    width: 46px!important;
}
nav.nav .container .width-73{
    width: 73px!important;
}
nav.nav .container .width-72{
    width:62.5px!important;
    padding-right:18px;
}
nav.nav .text-align-center{
    text-align: center;
}
nav.nav .container .more{
    height: 40px;
}
nav.nav .nav-thiItem{
    position: relative;
}
nav.nav .more_item{
    position: absolute;
    width: 1200px;
    left: 2px;
    top: 90px;
    background: white;
    z-index: 99;
    padding: 10px 15px;
    display: none;
    border-bottom:1px solid rgb(223, 223, 223);
    border-left:1px solid rgb(223, 223, 223);
    border-right:1px solid rgb(223, 223, 223);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}
nav.nav .more_item a{
    width: 69px;
    text-align: center!important;
}
/* nav.nav .more_item a:first-child{
    margin: 0 0 0 75px;
} */
nav.nav .more_item a{
    float: left;
    color: #455569;
    text-align: left;
    text-indent: 0;
}
nav.nav a:hover{
    color: #e50123;
}
nav.nav .font-weight{
    font-weight: bold;
    color: white;
}
nav.nav .nav-items{
    height: 20px;
    overflow: hidden;
}

/* nav end */

/* 公告 start */
.ad_cont{
    display: flex;
    height: 56px;
    line-height: 56px;
    overflow:hidden;
}
.ad_cont .ad_title{
    font-size: 14px;
    width:45px;
    font-weight: bold;
}
.ad_cont .cont_lb{
    width: 1145px;
}
.ad_cont .cont_lb ul{
    display: flex;
    max-width: 2200px;
    overflow: hidden;
}
.ad_cont .cont_lb ul li{
    float:left;
    padding:0 10px 0 10px;
    height: 56px;
}
.ad_cont .cont_lb ul li:first-child{
    padding-left:15px;
}
.ad_cont .cont_lb ul li a{
    color: #000100;
}
.ad_cont .cont_lb ul li a:hover{
    color: #e50213;
}
.ad_cont form{
    position: absolute;
    display: flex;
    right: 0;
    top: 15px;
    height: 30px;
}
.ad_cont form .layui-input{
    height: 30px;
}
.ad_cont form input{
    margin: 0 10px 0 0;
}
.ad_cont form .layui-btn{
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    background: rgba(241, 241, 241, 1);
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}
.winBox {
	width:920px;
	overflow:hidden;
	position:relative;
}
.scrollText {
	/*width的大小是根据下面li的长度和多少个li而定的，需注意！*/
	width:2200px;
	position:relative;
	left:0px;
	top:0px;
}
.scrollText li {
	float:left;
	text-align:center;
}
/* 公告 end */

/* 头条 start */
.news_title{
    position: relative;
    display: flex;
    height: 104px;
    background:#fafafa;
    border: 2px solid #dcdcdc;
    margin-bottom: 15px;
}
.news_title .news_logo{
    width: 110px;
    margin:-5px -2px;
    background: url(../images/toutiao.jpg) no-repeat;
    background-size: 110px 110px;
}
.news_title .news_logo img{
    width: 120px;
}
.news_title .news_word{
    width: 900px;
    text-align: center;
}
.news_title .news_word span:hover a{
    color: #e50123;
}
.news_title .news_word h1{
    font-size: 40px;
    margin:24px 10px;
    text-align: center;
    font-weight:bold;
    white-space:nowrap;
}
.news_title .news_word h1 a{
    color: #000010;
}
.news_title .news_word span{
    margin-top: 10px;
    cursor: pointer;
}
.news_title .news_word span a{
    padding:0 5px 0 5px;
}
/* 头条 end */

/* 新闻中心 start */
.news_info .news_left{
    position: relative;
    float: left;
    width: 800px;
    height:490px;
    overflow: hidden;
    margin: 0 0 15px 0;
}
.news_left #carousel{
    height: 490px!important;
}
.news_left #carousel .item{
    position: relative!important;
}
.news_left #carousel .item a img{
    height: 100%;
}
.news_left #carousel .layui-carousel-ind{
    display: none;
}
.news_left #carousel .video_title{
    height: 40px;
    font-size: 16px;
    line-height: 40px;
}
 .news_info .news_right{
    float: right;
    width: 350px;
}
 .news_info .news_right ul li a:hover{
    color: #e50213;
}
 .news_info .news_right ul li a{
    display: block;
    font-size: 17px;
    line-height: 35px;
    color: #000010;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 新闻中心 end */

/* 推荐阅读 start */
.tuijian .tempWrap{
    width: 1107px!important;
}
.tuijian_box{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color:#f2f2f2;
    display: table;
}
.tuijian_box .dujia{
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    left: 10px;
    top: 5%;
    height: 90%;
    background: white;
    text-align: center;
}
.tuijian_box .dujia span{
    position: absolute;
    display: block;
    width: 40px;
    height: 80%;
    left: 0;
    padding: 27px 0 0 0;
    background: #0484bf;
    line-height: 20px;
    font-size: 18px;
    color: white;
    font-weight: bold;
}
.tuijian_box_content{
    height: 120px;
    overflow: hidden;
    width:1100px;
    margin-left: 92px;
}
.tuijian_jiantou{
    width: 25px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    z-index: 99;
    line-height: 40px;
}
.tuijian_jiantou .layui-icon{
    font-size: 35px;
    font-weight: bold;
    color: #a5a5a5;
}
.tuijian_zuojian{
    width: 25px;
    left: 60px;
    vertical-align: middle;
}
.tuijian_youjian{
    width: 10px;
    right: 20px;
}
.tuijian_jiantou .layui-icon:hover{
    color: #e50123;
}
.tuijian_box .item{
    width:205px;
    overflow: hidden;
    transition: all .7s cubic-bezier(.46,.98,.54,1.1);
    -webkit-transition: all .7s cubic-bezier(.46,.98,.54,1.1);
    -moz-transition: all .7s cubic-bezier(.46,.98,.54,1.1);
    -o-transition:all .7s cubic-bezier(.46,.98,.54,1.1);
    float: left;
    margin: 0 20px 0 0;
    background-color: #fff;
    cursor: pointer;
}
.expand{
    position: relative;
    width:205px;
    height:120px;
    overflow:hidden;
}
.expand span{
    position: absolute;
    display: block;
    width: 195px;
    bottom: 0;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}
.expand img{
    width:100%;
    height:120px;
    display:block;
    transition: all 0.8s;
}
.expand img:hover{
    transform: scale(1.2,1.2);
}
/* 推荐阅读 end */

/* 视频中心 start */
.video_center{
    margin: 15px 0 0 0;
}
.video_center .container{
    overflow: hidden;
}
.video_center .container .video_info{
    width: 315px;
    float: left;
}
.video_center .container .video_info .title_bar .info_box{
    overflow: hidden;
    width: 305px;
    height: 195px;
    padding: 0;
    overflow: hidden;
    background: #f2f2f2;
    transition: all 1s;
}
.video_center .container .video_info .title_bar .info_box a{
    overflow: hidden;
    display: block;
    position: relative;
    height: 195px;
}
.video_center .container .video_info .title_bar .info_box a img{
    max-width: 305px;
    max-height: 165px;
}
.video_title{
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    z-index: 9999;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video_center .container .video_info .title_bar .info_box a .zhezhao{
    width: 305px;
    height: 165px;
    left: 0;
    top: 0;
    z-index: 98;
    transition: all 1s;
}
.layui-icon-play{
    position: absolute;
    display: none;
    left: 44%;
    top: 40%;
    transition: all 0.3s;
    color: white;
    display: block;
    z-index: 99;
    font-size: 40px;
    height: 40px;
}
.layui-icon-play:hover{
    color: #e50123;
}
.video_center .container .video_info .title_bar>div{
    background: #f2f2f2;
    height: 488px;
    padding: 10px 10px;
}
.video_center .container .title_bar_words{
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #e50123;
    padding: 0;
    margin: 0 0 12px;
}
.video_center .container .title_bar_words a{
    float: right;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.video_center .container .title_bar_words a:hover{
    color: #e50123;
}
.video_center .container .video_container{
    float: right;
    width: 858px;
    padding: 17px 10px 10px;
    background: #f5f5f5;
}
.video_center .container .video_container .video{
    float: left;
    width: 600px;
    height: 375px;
    margin: 10px 0 0 0;
}
.video_center .container .video_container .video a{
    position: relative;
    display: block;
    width: 600px;
}
.video_center .container .video_container .video a{
    display: block;
}
.video_center .container .video_container .video_list{
    float: right;
    width: 240px;
    height: 360px!important;
    margin-top: 30px;
}
.video_center .container .video_container .items{
    height: 430px;
}
.video_center .container .video_container .video_list .item{
    position: relative;
    overflow: hidden;
    width: 233px;
    height: 150px;
    margin: 0px 0 6px 0;
}
.video_center .container .video_container .video_list .item img{
    height: 150px;
}
.video_center .container .video_container .video_list .item div{
    position: absolute;
    left: 0;
    top: 0;
    width: 233px;
    height: 150px;
    background: #000010;
    opacity: 0.3;
    z-index: 99;
}
.video_center .container .video_container .video_list .item:hover i{
    position: absolute;
    display: block;
    font-size: 30px;
    z-index: 100;
    color: white;
    left: 60px;
    top: 27.5px;
}
.video_center .container .video_container .video_list .item i{
    display: none;
    transition: all 0.8s;
}
.video_center .container .video_container .video_list .item i:hover{
    color: #e50123;
}
.video_center .container .video_container .video_list li a{
    display: block;
}
/* 视频遮罩 start */
.zhezhao{
    position: absolute;
    background: #333;
    opacity: 0.3;
}
.video_center .container .video_info .title_bar .info_box:hover a .zhezhao{
    display: block;
}
/* 视频遮罩 end */
/* tempWrap start */
.video_cont .tempWrap{
    height: 471px!important;
    margin: 10px 0 0 0;
    overflow: hidden;
}
.video_cont .tempWrap .item img{
    transition: all 0.8s;
}
.video_cont .tempWrap .item:hover img{
    transform: scale(1.2,1.2);
}
/* tempWrap end */
/* video箭头 start */
.video_jiantou{
    position: absolute;
    width: 75px;
    z-index: 999;
    right: 25px;
}
.video_jiantou .layui-icon{
    font-size: 30px;
    color: #ccc;
}
.video_jiantou .layui-icon:hover{
    color: #e50123;
    cursor: pointer;
}
.video_shangjian{
    top: 2px;
}
.video_xiajian{
    top: 419px;
}
/* video箭头 end*/
/* 视频中心 end */

/* 消费速览 start */
.cons_overview .container>div{
    float: left;
    margin: 0 0 0 20px;
}
.cons_overview .container .center .info_list{
    border-bottom: 1px dotted #f8c0cd;
    padding: 11px 0;
    margin: 0 0 15px 0;
}
.cons_overview .container .center .info_list a:hover{
    color: #e50123;
}
/* title start */
.cons_overview .container .right .title{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/img_01.jpg) no-repeat;
}
.cons_overview .container .right .title span{
    position: absolute;
    left: 10px;
    top: 0;
    color: #e50123;
    font-size: 18px;
    font-weight: bold;
}
.cons_overview .container .right .title a{
    position: absolute;
    right: 6px!important;
}
.cons_overview .container .right a{
    display: block;
    text-align: center;
}
.cons_overview .container .right>a{
    height: 288px;
}
.cons_overview .container .right>a img{
    max-height: 320px;
    max-width: 280px;
}
.cons_overview .container .right .img_list a:first-child{
    margin-top: 0;
}
.cons_overview .container .right .img_list a{
    display: block;
    height: 125px;
    margin: 15px 0 0 0;
    overflow: hidden;
}
.cons_overview .container .right .img_list a img{
    max-height: 125px;
    max-width: 220px;
    background-size: cover;
}
/* title end */
/* 消费速览 end */

/* 信息类目 start */
.mesg{
    min-height: 490px;
    height: 490px;
}
.mesg .left{
    float: left;
    width: 800px;
    margin: 0 20px 0 0;
}
.mesg .container>div{
    margin: 0 0 0 20px;
}
.mesg .container>div:nth-child(1){
    margin: 0
}
.mesg_box .mesg_bg{
    position: relative;
    height: 30px;
    background: url(../images/bg_02.jpg) no-repeat;
    line-height: 30px;
    padding: 0 0 0 15px;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: -3px 4px 4px #ccc;
}
.mesg_box .mesg_bg a{
    position: absolute;
    display: block;
    font-size: 14px;
    right: 6px;
    top: 0;
    color: #666;
    font-weight: normal;
}
.mesg_box .newsList_box{
    border:none;
    height: 100px;
}
.mesg_box .newsList_box .pic{
    overflow: hidden;
    height: 90px;
}

.mesg_box .newsList_box .main{
    width: 560px;
    padding: 5px 0;
}
.mesg_box .newsList_box .main .info_title p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    max-height: 70px;
    word-wrap: break-word;
    font-weight: normal;
    color: #6d6f6e;
}
.mesg_box .info_list a{
    width: 340px;
    float: left;
}
.mesg .container .right > a{
    height: 260px;
}
.mesg .container .right a img{
    width: 200px;
}
.mesg .right{
    float: left;
    width: 380px;
    height: 525px;
}
.mesg .right .cont{
    overflow: hidden;
    width: 380px;
}
.mesg .right .list_title{
    display: block;
    padding: 0 0 0 5px;
    height: 28px;
    border-top: 2px solid #a90f0d;
    line-height: 28px;
    background: #f2f2f2;
}
.mesg .right .list_title span{
    display: block;
    width: 35px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #e50123;
    background: white;
    text-align: center;
    white-space: nowrap;
}
.mesg .right .content{
    margin: 10px 0 0 0;
}
.mesg .right .content>a img{
    display: block;
    width: 340px;
    height: 120px;
    margin: 0 auto;
}
.mesg .right .content .info_list{
    width: 200px;
    margin-left: 30px!important;
}
.mesg .right .content .info_list a{
    padding: 0;
}
.mesg .container .right .title{
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 0 15px 0;
    line-height: 40px;
    background: url(../images/img_01.jpg) no-repeat;
}
.mesg .container .right .title span{
    position: absolute;
    left: 10px;
    top: 0;
    color: #e50123;
    font-size: 18px;
    font-weight: bold;
}
.mesg .container .right .title a{
    position: absolute;
    right: 6px!important;
}
/* 信息类目 end */


/* 战略合作 start */
.partner{
    width: 660px;
    float: left;
}
.partner .part_list{
    height: 105px;
    margin: 5px 0;
    border-bottom: 1px solid #f2f2f2;
}
.partner .part_list li{
    width: 109.5px;
    float: left;
    line-height: 25px;
    text-align: center;
    margin: 10px 0 0 0;
}
.partner .part_list li a{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #f2f2f2;
    transition: all 0.8s;
}
.partner .part_list li a:hover{
    color: #e50123;
}
.hot{
    width: 380px;
    float: right;
    height: 141px;
    border-bottom: 1px solid #f2f2f2;
}
/* 战略合作 end */

/* 相关链接start */
.link{
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    line-height:25px;
    padding:10px;
    border-top: 2px solid #e50123;
 }
 .link span{
     font-weight:bold;
     font-size: 16px;
     color:#e70015;
     width:80px;
     display: block;
 }
 .link .item{
     display: block;
     width:1150px;
 }
 .link a{
     text-align: center;
     line-height:25px;
     padding:0 8px 0 8px;
 }
 .link a:hover{
    color: #e70012;
    text-decoration: underline;
 }
 /* 相关链接end */
.tousu{
    width: 800px;
    float: left;
}
.tousu .infobar_left{position:relative;border-bottom:2px solid #ff2200;left:0;height:26px;font-size:18px;font-weight:bold;color:#e50213;bottom:-2px;}
.tousu .infobar_left .more {
    position:absolute;
    right: 0px;
    color: #999;
    display: block;
    width: 50px;
    font-size:14px;
    font-weight: normal;
    top:-3px;
}

.tousu .newsList_box{
    position: relative;
    height: 30px;
    margin-top: 15px;
    border-bottom: 1px dotted #eeeeee;
    float: left;
}
.tousu .newsList_box .main{
    overflow: hidden;
    width:386px;
}
.tousu .newsList_box .main>div{
    position: absolute;
}
.tousu .newsList_box .main .info_title{
    overflow: hidden;
    top: 0;
}
.tousu .newsList_box .main .info_title h3{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.tousu .newsList_box .main .info_title h3 a{
    color: #000100;
}
.tousu .newsList_box .main .info_title h3 a:hover {
     color: red; /* 鼠标悬停时文字变红 */
  text-decoration: underline; /* 添加下划线 */
  text-decoration-color: red; /* 下划线颜色为红色 */
}
.tousu .newsList_box .main .info_title p{
    overflow: hidden;
    word-wrap: break-word;
    font-weight: normal;
    color: #6d6f6e;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px 0 0;
}
